WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1Behavior<T> Class / OnAttachedTo Method
The view to which the behavior is attached.
In This Topic
    OnAttachedTo Method (C1Behavior<T>)
    In This Topic
    Called when the behavior is attached to the control.
    Syntax
    protected virtual void OnAttachedTo( 
       T view
    )

    Parameters

    view
    The view to which the behavior is attached.
    See Also